home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / conf / monitor.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-12-18  |  253 b   |  19 lines

  1. # include    <func.h>
  2. # include    <sccs.h>
  3.  
  4. SCCSID(@(#)monitor.c    8.2    12/18/85)
  5.  
  6.  
  7.  
  8. char    Qbuf[1600];
  9. int    QbufSize = sizeof Qbuf;
  10.  
  11. extern struct fn_def    TtyMonFn;
  12.  
  13. struct fn_def    *FuncVect[] =
  14. {
  15.     &TtyMonFn,
  16. };
  17.  
  18. int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];
  19.